fontconfig-parser
This crate provide parsing fontconfig file but not yet complete all features
see https://www.freedesktop.org/software/fontconfig/fontconfig-user.html for more detail infomation of fontconfig file
Example
use FontConfig;
let mut config = default;
config.merge_config.unwrap;
License: MIT